home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
bbs
/
mhis020.zip
/
CALLDIR.MEX
< prev
next >
Wrap
Text File
|
1996-12-21
|
406b
|
21 lines
#include <max.mh>
#include "callers.mh"
#include <max_menu.mh>
int main () {
read_callers ();
print (COL_WHITE, "\nNow listing ");
if (callers.forward_search) {
callers.forward_search := False;
print ("BACKWARD");
}
else {
callers.forward_search := True;
print ("FORWARD");
};
print ("\n\n");
menu_cmd (MNU_PRESS_ENTER,"");
write_callers ();
}